home *** CD-ROM | disk | FTP | other *** search
/ Softline PAY-CD / Softline PAY-CD(1994).iso / programm / allclear / demo / disk1 / examples / quality.cmp / PROCESS.ACL < prev    next >
Encoding:
Text File  |  1993-09-29  |  694 b   |  42 lines

  1. PROCESS CONTROL DIAGRAM.
  2.  
  3. {*HIDE .!:}
  4. Preparation step .
  5. Inventory check.
  6. -Production
  7. Production:
  8.     (First  production step)
  9.     (Second production step)
  10.     (Third  production step)
  11. :end
  12. Quality Check?
  13.     (not ok) Can it be fixed?
  14.         (yes) >production
  15.         (no) Trash it!
  16.     ?end
  17.     (ok)
  18. ?end
  19. -Integration
  20. Integration.
  21. Test ok?
  22.     (yes) Update stack inventory control system.
  23.     Update component inventory control system.
  24.     End of the process.
  25.     (no)  Find the cause of failure:
  26.         (Component)
  27.         Try reproducing the component.
  28.         >production
  29.         (Integration)
  30.         Log integration problem.
  31.         >integration
  32.         (Equipment)
  33.         Notify equipment maintenance.
  34.         >integration
  35.     :end
  36. ?end
  37.  
  38.  
  39.  
  40.  
  41.  
  42.